home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00094_Renk- Play Preview movies.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  142 b   |  10 lines

  1. on enterFrame
  2. end
  3.  
  4. on exitFrame
  5.   go(the frame)
  6.   if the movieTime of sprite 2 = the stopTime of sprite 2 then
  7.     go("Preview")
  8.   end if
  9. end
  10.